home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dos/V Magazine 1995 August 15
/
CD [VMAG950815].bin
/
epson
/
cpu.dxr
/
00022.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-06-14
|
213 b
|
14 lines
on mouseDown
puppetSound("CLICK")
puppetSprite(5, 1)
set the castNum of sprite 5 to 12
if not rollOver(5) then
puppetSprite(5, 0)
end if
end
on mouseUp
puppetSprite(5, 0)
go("A", "VT512RK")
end